home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
1-Reference
/
User Groups DB
/
User Groups.res
/
User Groups.res.rsrc
/
4DTE_15026
< prev
next >
Wrap
Text File
|
1990-04-04
|
472b
|
10 lines
Textparse is used to parse keywords out of a text field.
TextParse(Text;Str1;Str2;Str3;Int1;Int2)
Text is the text to be parsed
Str1 is the delimiters to be used
Str2 is the name of the exception list
Str3 is the name of the 4D array to generate
Int1 specifies if duplicates are to be removed 1=remove dups, 0=leave dups.
Int2 specifies if words shorter than Int2 characters are to be ignored. Int2=3 would exclude all words with less than 3 characters. (A, it, be, an)